Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pare down giant comment blocks that largely do what Git already does #363

Merged
merged 1 commit into from
May 5, 2023

Conversation

jwodder
Copy link
Collaborator

@jwodder jwodder commented May 5, 2023

Part of #325.

@yarikoptic Question: Should the persons listed in the "Coded by" fields removed by this PR be listed in a CONTRIBUTORS file or similar? There are only two such persons listed, David Keator and Ashmita Kumar, both of whom are already listed as authors in the Git history and as contributors on GitHub.

@jwodder jwodder added cleanup internal Changes only affect the internal API labels May 5, 2023
@jwodder jwodder mentioned this pull request May 5, 2023
35 tasks
@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Merging #363 (5c099f6) into master (ab539e5) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #363   +/-   ##
=======================================
  Coverage   33.59%   33.59%           
=======================================
  Files          51       51           
  Lines        7052     7052           
  Branches     1784     1784           
=======================================
  Hits         2369     2369           
  Misses       4504     4504           
  Partials      179      179           
Impacted Files Coverage Δ
src/nidm/experiment/Query.py 71.73% <ø> (ø)
src/nidm/experiment/tools/bidsmri2nidm.py 0.00% <ø> (ø)
src/nidm/experiment/tools/csv2nidm.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm2bids.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_concat.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_convert.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_linreg.py 56.64% <ø> (ø)
src/nidm/experiment/tools/nidm_merge.py 0.00% <ø> (ø)
src/nidm/experiment/tools/nidm_query.py 23.68% <ø> (ø)
src/nidm/experiment/tools/nidm_utils.py 0.00% <ø> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

# *****************************************************************************
# *****************************************************************************
# nidm_query.py
# License: GPL
Copy link
Member

@yarikoptic yarikoptic May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dbkeator Please confirm that it is Ok to assume that this file is also under Apache 2 license (per https://github.com/incf-nidash/PyNIDM/blob/master/LICENSE) as the rest of the codebase, or it has to be GPL?

@dbkeator
Copy link
Contributor

dbkeator commented May 5, 2023

Yes, ok with me.

@yarikoptic
Copy link
Member

per @dbkeator blessing (Thank you!), let's proceed!

@yarikoptic yarikoptic merged commit 1472357 into master May 5, 2023
@yarikoptic yarikoptic deleted the rm-big-comments branch May 5, 2023 18:34
@github-actions
Copy link

🚀 PR was released in v4.0.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup internal Changes only affect the internal API released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants